ResourceAllowBuffering Property |
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool AllowBuffering { get; set; }Public Property AllowBuffering As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
.NET Compact Framework Platform Note:
Setting this property to false authentication might not occure.
See Also